Adwaita: fix documents and the like rubberband.
authorLapo Calamandrei <calamandrei@gmail.com>
Wed, 2 Sep 2015 17:35:35 +0000 (19:35 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Wed, 2 Sep 2015 17:35:35 +0000 (19:35 +0200)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 63f9226e5589efc2a97f617ff89f076d04134183..45ce720221dae2cac405fee6fdcdd6cb3152776d 100644 (file)
@@ -2165,6 +2165,7 @@ GtkSwitch {
   background-color: darken($bg_color,7%);
   &:hover { -gtk-image-effect: highlight; }
   &:backdrop { background-color: darken($bg_color,7%); }
+  &.rubberband { @extend .rubberband; }
 }
 
 //selection-mode
index 026be9d788a794ed02550cd857e81416c1ff067c..18ad2ae7106223d668e2a9fe62a72334aec8edd7 100644 (file)
@@ -73,7 +73,7 @@
   .view:selected, GtkCalendar:selected {
     border-radius: 3px; }
 
-.rubberband, GtkTreeView.view.rubberband {
+.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
   border: 1px solid #184472;
   background-color: rgba(24, 68, 114, 0.2); }
 
index be82280d366815e06d60a8e80a5ff1da81bcbe14..2dd9544c78d33ceb328b4de0c564effa999b2e4b 100644 (file)
@@ -73,7 +73,7 @@
   .view:selected, GtkCalendar:selected {
     border-radius: 3px; }
 
-.rubberband, GtkTreeView.view.rubberband {
+.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
   border: 1px solid #2a76c6;
   background-color: rgba(42, 118, 198, 0.2); }